'Declaration
Public Overloads Shared Function RemoveAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal index As Integer _ ) As Task
public static Task RemoveAsync<T>( IDataCollection<T> dataCollection, int index ) where T: class
Parameters
- dataCollection
- The data collection.
- index
- The index of the item that will be removed.
Type Parameters
- T